home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 022a / fs_ccv4.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1993-02-17  |  1KB  |  47 lines

  1. ECHO OFF
  2. CLS
  3. ECHO **** RESTAURANT COST CONTROLS  hard disk installation ****
  4. ECHO *
  5. ECHO *
  6. ECHO This will automatically create a directory called INV on 
  7. ECHO your %1 drive.
  8. ECHO *
  9. ECHO The correct files will then be copied to that directory.
  10. ECHO and decompressed.
  11. ECHO If you wish to use a drive other than the %1 drive, hold down the 
  12. ECHO CTRL key and push the break key.  Then restart this installation utility
  13. ECHO by typing INSTALL, a space, and the letter for the drive you wish to use
  14. ECHO followed by a colon.  For example, to install on an F drive type:
  15. ECHO -
  16. ECHO        INSTALL F:
  17. ECHO -
  18. ECHO -
  19. ECHO Ready to install on the %1 drive.
  20. PAUSE
  21. CLS
  22. CD %1\
  23. MD %1INV
  24. CD %1INV
  25. COPY *.* %1
  26. ECHO *
  27. ECHO *
  28. ECHO *
  29. ECHO ALL FILES COPIED
  30. %1
  31. ECHO *
  32. ECHO Files will decompress now .... Please wait.
  33. ECHO *
  34. ECHO *
  35. ECHO *
  36. FSINVZIP
  37. ECHO Installation complete.
  38. ECHO *
  39. DEL FSINVZIP.EXE
  40. ECHO *
  41. ECHO *
  42. ECHO Type INV to run Inventory & Accounts Payable.
  43. ECHO *
  44. ECHO *
  45. ECHO *
  46. %1
  47.